From 5dcc4cf5c1ac5e6391773249ea54d74d05781694 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Apr 2015 07:07:31 -0500 Subject: [PATCH] GtkApplicationWindow: Fix small doc formatting issues --- gtk/gtkapplicationwindow.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index 08a0b1d3e5..5007997c9e 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -96,8 +96,7 @@ * * menubar = G_MENU_MODEL (gtk_builder_get_object (builder, * "menubar")); - * gtk_application_set_menubar (G_APPLICATION (app), - * menubar); + * gtk_application_set_menubar (G_APPLICATION (app), menubar); * g_object_unref (builder); * * ... @@ -118,7 +117,7 @@ * Attribute values can be translated using gettext, like other #GtkBuilder * content. `` elements can be marked for translation with a * `translatable="yes"` attribute. It is also possible to specify message - * context and translator comments,using the context and comments attributes. + * context and translator comments, using the context and comments attributes. * To make use of this, the #GtkBuilder must have been given the gettext * domain to use. */ -- 2.30.2